|
This is a built-in template used for replace text in GSP,
e.g.
<html> <body> Hello ${'world'}! </body> </html> with internationalized GSP custom tag usage, e.g. <html> <body> <g:message code="HelloKey" args="['world']"/> </body> </html> . The template is editable. Along with expressions allowed in GSP context, you can also use the predefined variables that will be then expanded into the corresponding values. |
| Predefined variables will take the following values: | ||
| Property key name which is specified in the corresponding properties file. | ||
| Property value which is specified in the corresponding properties file. This is an original GSP text selection value. | ||
| Arguments | ||